home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / mail / atpdos06.zip / README.EDT < prev    next >
Text File  |  1992-12-04  |  2KB  |  46 lines

  1. $Revision: 1.5 $
  2.  
  3. This is a line-editing library.  It can be linked into almost any
  4. program to provide command-line editing and recall.
  5.  
  6. It is call-compatible with the FSF readline library, but it is a
  7. fraction of the size (and offers fewer features).  It does not use
  8. standard I/O.  It is distributed under a "C News-like" copyright.
  9.  
  10. Configuration is done in the Makefile.  Type "make testit" to get
  11. a small slow shell for testing.
  12.  
  13. An earlier version was distributed with Byron's rc.  Principal
  14. changes over that version include:
  15.     Faster.
  16.     Is eight-bit clean (thanks to brendan@cs.widener.edu)
  17.     Written in K&R C, but ANSI compliant (gcc all warnings)
  18.     Propagates EOF properly; rc trip test now passes
  19.     Doesn't need or use or provide memmove.
  20.     More robust
  21.     Calling sequence changed to be compatible with readline.
  22.     Test program, new manpage, better configuration
  23.     More system-independant; includes Unix and OS-9 support.
  24.  
  25. Enjoy,
  26.     Rich $alz
  27.     <rsalz@osf.org>
  28.  
  29.  Copyright 1992 Simmule Turner and Rich Salz.  All rights reserved.
  30.  
  31.  This software is not subject to any license of the American Telephone
  32.  and Telegraph Company or of the Regents of the University of California.
  33.  
  34.  Permission is granted to anyone to use this software for any purpose on
  35.  any computer system, and to alter it and redistribute it freely, subject
  36.  to the following restrictions:
  37.  1. The authors are not responsible for the consequences of use of this
  38.     software, no matter how awful, even if they arise from flaws in it.
  39.  2. The origin of this software must not be misrepresented, either by
  40.     explicit claim or by omission.  Since few users ever read sources,
  41.     credits must appear in the documentation.
  42.  3. Altered versions must be plainly marked as such, and must not be
  43.     misrepresented as being the original software.  Since few users
  44.     ever read sources, credits must appear in the documentation.
  45.  4. This notice may not be removed or altered.
  46.